home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
turttleo.swf
/
scripts
/
DefineSprite_85_game_scr
/
frame_1
/
DoAction_2.as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
265 b
|
15 lines
this.onMouseMove = function()
{
if(!_global.keyboard_control)
{
_root.main.game.move_char(this._xmouse,this._ymouse);
}
};
this.onMouseDown = function()
{
if(!_global.keyboard_control)
{
_root.main.game.jump_char();
}
};